cancelling_install = nls("cancelling_install","Cancelling Installation of %%product_label%%...");
{
if (not(distribution))
signal('UNBOUND_VARIABLE);
}
[ 'UNBOUND_VARIABLE:
{
install_from_distribution = nls("install_from_distribution","In order to install the installer, please run it from a distribution diskette or CD-ROM.");
doit = yesno_dialog(instantiate(reinstall_prompt03),FALSE
instantiate(reinstall_content03),
instantiate(reinstall_help03));
if (not(doit))
if ((bootstrap) && (product_location(current_product) == ""))
signal('CANCEL,cancel_prompt01);
}
else /* if (not(bootstrap)) */
{
version_status = 'reinstall;
if (verbose)
doit = yesno_dialog(instantiate(reinstall_prompt04),FALSE,
instantiate(reinstall_content04),
instantiate(reinstall_help04));
else
doit = TRUE;
}
}
else
version_status = 'new_install;
success_message = nls("success_message","Please remove the Oracle Installer disk from your floppy drive. Insert disk 1 of the product you wish to install and choose the OK button. Choose Help for instructions on installing from CD-ROM.");
success_content = nls("success_content","Ready to Install");
success_help = nls("success_help","Floppy Media
To install products from floppy media, remove the Oracle Installer disk from your floppy drive and insert disk 1 of the product you wish to install. Then, choose the OK button.
CD-ROM
To install products from CD-ROM, remove all disks from your floppy drives and choose the OK button. Then, make the Available Products window the active window and choose the From button. Select the WINDOWS.PRD file on the CD-ROM in the INSTALL subdirectory on the CD-ROM. Follow the instructions on the screen.
Installing Later
If you do not wish to install Oracle products at this time, choose the Cancel button. You may run the Installer later by choosing its icon in the Program Manager.");
recording_name = nls("recording_name","Recording Company Name...");
recording_name_error1 = nls("recording_name_error1","There was a write error recording your name in '%%oracle_home%%\DBS\OI%%nls_abbreviation%%.RES'. Please correct the problem with this file and reinstall the Installer.");
recording_name_error2 = nls("recording_name_error2","There was a write error recording your name in '%%oracle_home%%\DBS\OIUS.RES'. Please correct the problem with this file and reinstall the Installer.");